Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Enforce referential integrity by linking a column to the primary key of another table so orphaned rows cannot be inserted.
Remove child rows that reference missing parent rows before enforcing referential integrity.
Find child rows whose foreign key value does not match any row in the parent table.